nhooyr.io/websocket.Conn.readRSV1Illegal (method)

2 uses

	nhooyr.io/websocket (current package)
		read.go#L161: func (c *Conn) readRSV1Illegal(h header) bool {
		read.go#L180: 		if h.rsv1 && c.readRSV1Illegal(h) || h.rsv2 || h.rsv3 {